• frmClassTransfer.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmClassTransfer
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmClassTransfer))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.TabControl1 = New System.Windows.Forms.TabControl()
28         Me.TabPage2 = New System.Windows.Forms.TabPage()
29         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
30         Me.Label6 = New System.Windows.Forms.Label()
31         Me.Label7 = New System.Windows.Forms.Label()
32         Me.cmbSession1 = New System.Windows.Forms.ComboBox()
33         Me.listView1 = New System.Windows.Forms.ListView()
34         Me.columnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
35         Me.columnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
36         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
37         Me.Label3 = New System.Windows.Forms.Label()
38         Me.Label2 = New System.Windows.Forms.Label()
39         Me.Label4 = New System.Windows.Forms.Label()
40         Me.cmbSection = New System.Windows.Forms.ComboBox()
41         Me.cmbClass = New System.Windows.Forms.ComboBox()
42         Me.cmbSession = New System.Windows.Forms.ComboBox()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.btnClose = New System.Windows.Forms.Button()
45         Me.btnUpdate = New System.Windows.Forms.Button()
46         Me.btnNew = New System.Windows.Forms.Button()
47         Me.btnSearch = New System.Windows.Forms.Button()
48         Me.Panel2 = New System.Windows.Forms.Panel()
49         Me.Label1 = New System.Windows.Forms.Label()
50         Me.txtSectionID = New System.Windows.Forms.TextBox()
51         Me.lblUser = New System.Windows.Forms.Label()
52         Me.Button2 = New System.Windows.Forms.Button()
53         Me.txtSection = New System.Windows.Forms.TextBox()
54         Me.txtClass = New System.Windows.Forms.TextBox()
55         Me.Label5 = New System.Windows.Forms.Label()
56         Me.Panel1.SuspendLayout()
57         Me.TabControl1.SuspendLayout()
58         Me.TabPage2.SuspendLayout()
59         Me.GroupBox1.SuspendLayout()
60         Me.GroupBox4.SuspendLayout()
61         Me.Panel3.SuspendLayout()
62         Me.Panel2.SuspendLayout()
63         Me.SuspendLayout()
64         
'
65         
'Panel1
66         
'
67         Me.Panel1.BackColor = System.Drawing.Color.White
68         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
69         Me.Panel1.Controls.Add(Me.TabControl1)
70         Me.Panel1.Controls.Add(Me.Panel2)
71         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
72         Me.Panel1.Name =
"Panel1"
73         Me.Panel1.Size = New System.Drawing.Size(
559, 679)
74         Me.Panel1.TabIndex =
2
75         
'
76         
'TabControl1
77         
'
78         Me.TabControl1.Controls.Add(Me.TabPage2)
79         Me.TabControl1.Location = New System.Drawing.Point(
12, 76)
80         Me.TabControl1.Name =
"TabControl1"
81         Me.TabControl1.SelectedIndex =
0
82         Me.TabControl1.Size = New System.Drawing.Size(
535, 589)
83         Me.TabControl1.TabIndex =
49
84         
'
85         
'TabPage2
86         
'
87         Me.TabPage2.Controls.Add(Me.GroupBox1)
88         Me.TabPage2.Controls.Add(Me.listView1)
89         Me.TabPage2.Controls.Add(Me.GroupBox4)
90         Me.TabPage2.Controls.Add(Me.Panel3)
91         Me.TabPage2.Controls.Add(Me.btnSearch)
92         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
93         Me.TabPage2.Name =
"TabPage2"
94         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
95         Me.TabPage2.Size = New System.Drawing.Size(
527, 563)
96         Me.TabPage2.TabIndex =
1
97         Me.TabPage2.Text =
"Student"
98         Me.TabPage2.UseVisualStyleBackColor = True
99         
'
100         
'GroupBox1
101         
'
102         Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
103         Me.GroupBox1.Controls.Add(Me.Label5)
104         Me.GroupBox1.Controls.Add(Me.Button2)
105         Me.GroupBox1.Controls.Add(Me.txtSection)
106         Me.GroupBox1.Controls.Add(Me.txtClass)
107         Me.GroupBox1.Controls.Add(Me.Label6)
108         Me.GroupBox1.Controls.Add(Me.Label7)
109         Me.GroupBox1.Controls.Add(Me.cmbSession1)
110         Me.GroupBox1.Location = New System.Drawing.Point(
10, 99)
111         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
112         Me.GroupBox1.Name =
"GroupBox1"
113         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
114         Me.GroupBox1.Size = New System.Drawing.Size(
390, 81)
115         Me.GroupBox1.TabIndex =
66
116         Me.GroupBox1.TabStop = False
117         Me.GroupBox1.Text =
"Transfer To"
118         
'
119         
'Label6
120         
'
121         Me.Label6.AutoSize = True
122         Me.Label6.ForeColor = System.Drawing.Color.Black
123         Me.Label6.Location = New System.Drawing.Point(
152, 18)
124         Me.Label6.Name =
"Label6"
125         Me.Label6.Size = New System.Drawing.Size(
38, 13)
126         Me.Label6.TabIndex =
34
127         Me.Label6.Text =
"Class :"
128         
'
129         
'Label7
130         
'
131         Me.Label7.AutoSize = True
132         Me.Label7.ForeColor = System.Drawing.Color.Black
133         Me.Label7.Location = New System.Drawing.Point(
14, 17)
134         Me.Label7.Name =
"Label7"
135         Me.Label7.Size = New System.Drawing.Size(
53, 13)
136         Me.Label7.TabIndex =
33
137         Me.Label7.Text =
"Session : "
138         
'
139         
'cmbSession1
140         
'
141         Me.cmbSession1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
142         Me.cmbSession1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
143         Me.cmbSession1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
144         Me.cmbSession1.FormattingEnabled = True
145         Me.cmbSession1.Location = New System.Drawing.Point(
17, 40)
146         Me.cmbSession1.Name =
"cmbSession1"
147         Me.cmbSession1.Size = New System.Drawing.Size(
124, 21)
148         Me.cmbSession1.TabIndex =
0
149         
'
150         
'listView1
151         
'
152         Me.listView1.CheckBoxes = True
153         Me.listView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.columnHeader1, Me.columnHeader3})
154         Me.listView1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.listView1.GridLines = True
156         Me.listView1.Location = New System.Drawing.Point(
10, 185)
157         Me.listView1.Name =
"listView1"
158         Me.listView1.Size = New System.Drawing.Size(
356, 372)
159         Me.listView1.TabIndex =
65
160         Me.listView1.UseCompatibleStateImageBehavior = False
161         Me.listView1.View = System.Windows.Forms.View.Details
162         
'
163         
'columnHeader1
164         
'
165         Me.columnHeader1.Text =
"Admission No."
166         Me.columnHeader1.Width =
100
167         
'
168         
'columnHeader3
169         
'
170         Me.columnHeader3.Text =
"Student Name"
171         Me.columnHeader3.Width =
250
172         
'
173         
'GroupBox4
174         
'
175         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
176         Me.GroupBox4.Controls.Add(Me.Label3)
177         Me.GroupBox4.Controls.Add(Me.Label2)
178         Me.GroupBox4.Controls.Add(Me.Label4)
179         Me.GroupBox4.Controls.Add(Me.cmbSection)
180         Me.GroupBox4.Controls.Add(Me.cmbClass)
181         Me.GroupBox4.Controls.Add(Me.cmbSession)
182         Me.GroupBox4.Location = New System.Drawing.Point(
10, 10)
183         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
184         Me.GroupBox4.Name =
"GroupBox4"
185         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
186         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
187         Me.GroupBox4.TabIndex =
45
188         Me.GroupBox4.TabStop = False
189         
'
190         
'Label3
191         
'
192         Me.Label3.AutoSize = True
193         Me.Label3.ForeColor = System.Drawing.Color.Black
194         Me.Label3.Location = New System.Drawing.Point(
272, 18)
195         Me.Label3.Name =
"Label3"
196         Me.Label3.Size = New System.Drawing.Size(
49, 13)
197         Me.Label3.TabIndex =
35
198         Me.Label3.Text =
"Section :"
199         
'
200         
'Label2
201         
'
202         Me.Label2.AutoSize = True
203         Me.Label2.ForeColor = System.Drawing.Color.Black
204         Me.Label2.Location = New System.Drawing.Point(
152, 18)
205         Me.Label2.Name =
"Label2"
206         Me.Label2.Size = New System.Drawing.Size(
38, 13)
207         Me.Label2.TabIndex =
34
208         Me.Label2.Text =
"Class :"
209         
'
210         
'Label4
211         
'
212         Me.Label4.AutoSize = True
213         Me.Label4.ForeColor = System.Drawing.Color.Black
214         Me.Label4.Location = New System.Drawing.Point(
14, 17)
215         Me.Label4.Name =
"Label4"
216         Me.Label4.Size = New System.Drawing.Size(
53, 13)
217         Me.Label4.TabIndex =
33
218         Me.Label4.Text =
"Session : "
219         
'
220         
'cmbSection
221         
'
222         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
223         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
224         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
225         Me.cmbSection.Enabled = False
226         Me.cmbSection.FormattingEnabled = True
227         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
228         Me.cmbSection.Name =
"cmbSection"
229         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
230         Me.cmbSection.TabIndex =
2
231         
'
232         
'cmbClass
233         
'
234         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
235         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
236         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
237         Me.cmbClass.Enabled = False
238         Me.cmbClass.FormattingEnabled = True
239         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
240         Me.cmbClass.Name =
"cmbClass"
241         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
242         Me.cmbClass.TabIndex =
1
243         
'
244         
'cmbSession
245         
'
246         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
247         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
248         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
249         Me.cmbSession.FormattingEnabled = True
250         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
251         Me.cmbSession.Name =
"cmbSession"
252         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
253         Me.cmbSession.TabIndex =
0
254         
'
255         
'Panel3
256         
'
257         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
258         Me.Panel3.Controls.Add(Me.btnClose)
259         Me.Panel3.Controls.Add(Me.btnUpdate)
260         Me.Panel3.Controls.Add(Me.btnNew)
261         Me.Panel3.Location = New System.Drawing.Point(
372, 185)
262         Me.Panel3.Name =
"Panel3"
263         Me.Panel3.Size = New System.Drawing.Size(
111, 117)
264         Me.Panel3.TabIndex =
41
265         
'
266         
'btnClose
267         
'
268         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
269         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
270         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
271         Me.btnClose.Location = New System.Drawing.Point(
13, 75)
272         Me.btnClose.Name =
"btnClose"
273         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
274         Me.btnClose.TabIndex =
4
275         Me.btnClose.Text =
"Close"
276         Me.btnClose.UseVisualStyleBackColor = True
277         
'
278         
'btnUpdate
279         
'
280         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
281         Me.btnUpdate.Enabled = False
282         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
283         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         Me.btnUpdate.Location = New System.Drawing.Point(
13, 42)
285         Me.btnUpdate.Name =
"btnUpdate"
286         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
287         Me.btnUpdate.TabIndex =
2
288         Me.btnUpdate.Text =
"Update"
289         Me.btnUpdate.UseVisualStyleBackColor = True
290         
'
291         
'btnNew
292         
'
293         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
294         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
295         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
297         Me.btnNew.Name =
"btnNew"
298         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
299         Me.btnNew.TabIndex =
0
300         Me.btnNew.Text =
"New"
301         Me.btnNew.UseVisualStyleBackColor = True
302         
'
303         
'btnSearch
304         
'
305         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
306         Me.btnSearch.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.btnSearch.Location = New System.Drawing.Point(
409, 43)
308         Me.btnSearch.Name =
"btnSearch"
309         Me.btnSearch.Size = New System.Drawing.Size(
91, 28)
310         Me.btnSearch.TabIndex =
48
311         Me.btnSearch.Text =
"&Search"
312         Me.btnSearch.UseVisualStyleBackColor = True
313         
'
314         
'Panel2
315         
'
316         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
317         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
318         Me.Panel2.Controls.Add(Me.Label1)
319         Me.Panel2.Controls.Add(Me.txtSectionID)
320         Me.Panel2.Controls.Add(Me.lblUser)
321         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
322         Me.Panel2.Name =
"Panel2"
323         Me.Panel2.Size = New System.Drawing.Size(
538, 62)
324         Me.Panel2.TabIndex =
0
325         
'
326         
'Label1
327         
'
328         Me.Label1.AutoSize = True
329         Me.Label1.BackColor = System.Drawing.Color.Transparent
330         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
331         Me.Label1.ForeColor = System.Drawing.Color.White
332         Me.Label1.Location = New System.Drawing.Point(
152, 19)
333         Me.Label1.Name =
"Label1"
334         Me.Label1.Size = New System.Drawing.Size(
242, 24)
335         Me.Label1.TabIndex =
0
336         Me.Label1.Text =
"Class Transfer [Students]"
337         
'
338         
'txtSectionID
339         
'
340         Me.txtSectionID.Location = New System.Drawing.Point(
17, 31)
341         Me.txtSectionID.Name =
"txtSectionID"
342         Me.txtSectionID.Size = New System.Drawing.Size(
81, 20)
343         Me.txtSectionID.TabIndex =
44
344         Me.txtSectionID.Visible = False
345         
'
346         
'lblUser
347         
'
348         Me.lblUser.AutoSize = True
349         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
350         Me.lblUser.Name =
"lblUser"
351         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
352         Me.lblUser.TabIndex =
43
353         Me.lblUser.Text =
"Label8"
354         Me.lblUser.Visible = False
355         
'
356         
'Button2
357         
'
358         Me.Button2.ForeColor = System.Drawing.Color.Black
359         Me.Button2.Location = New System.Drawing.Point(
328, 40)
360         Me.Button2.Name =
"Button2"
361         Me.Button2.Size = New System.Drawing.Size(
35, 21)
362         Me.Button2.TabIndex =
37
363         Me.Button2.Text =
"..."
364         Me.Button2.UseVisualStyleBackColor = True
365         
'
366         
'txtSection
367         
'
368         Me.txtSection.Location = New System.Drawing.Point(
247, 41)
369         Me.txtSection.Name =
"txtSection"
370         Me.txtSection.ReadOnly = True
371         Me.txtSection.Size = New System.Drawing.Size(
75, 20)
372         Me.txtSection.TabIndex =
36
373         
'
374         
'txtClass
375         
'
376         Me.txtClass.Location = New System.Drawing.Point(
155, 41)
377         Me.txtClass.Name =
"txtClass"
378         Me.txtClass.ReadOnly = True
379         Me.txtClass.Size = New System.Drawing.Size(
86, 20)
380         Me.txtClass.TabIndex =
35
381         
'
382         
'Label5
383         
'
384         Me.Label5.AutoSize = True
385         Me.Label5.ForeColor = System.Drawing.Color.Black
386         Me.Label5.Location = New System.Drawing.Point(
244, 17)
387         Me.Label5.Name =
"Label5"
388         Me.Label5.Size = New System.Drawing.Size(
49, 13)
389         Me.Label5.TabIndex =
38
390         Me.Label5.Text =
"Section :"
391         
'
392         
'frmClassTransfer
393         
'
394         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
395         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
396         Me.BackColor = System.Drawing.Color.DarkSlateGray
397         Me.ClientSize = New System.Drawing.Size(
583, 705)
398         Me.Controls.Add(Me.Panel1)
399         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
400         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
401         Me.MaximizeBox = False
402         Me.MinimizeBox = False
403         Me.Name =
"frmClassTransfer"
404         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
405         Me.Panel1.ResumeLayout(False)
406         Me.TabControl1.ResumeLayout(False)
407         Me.TabPage2.ResumeLayout(False)
408         Me.GroupBox1.ResumeLayout(False)
409         Me.GroupBox1.PerformLayout()
410         Me.GroupBox4.ResumeLayout(False)
411         Me.GroupBox4.PerformLayout()
412         Me.Panel3.ResumeLayout(False)
413         Me.Panel2.ResumeLayout(False)
414         Me.Panel2.PerformLayout()
415         Me.ResumeLayout(False)
416
417     End Sub
418     Friend WithEvents Panel1 As System.Windows.Forms.Panel
419     Friend WithEvents Panel2 As System.Windows.Forms.Panel
420     Friend WithEvents Label1 As System.Windows.Forms.Label
421     Friend WithEvents Panel3 As System.Windows.Forms.Panel
422     Friend WithEvents btnClose As System.Windows.Forms.Button
423     Friend WithEvents btnUpdate As System.Windows.Forms.Button
424     Friend WithEvents btnNew As System.Windows.Forms.Button
425     Friend WithEvents txtSectionID As System.Windows.Forms.TextBox
426     Friend WithEvents lblUser As System.Windows.Forms.Label
427     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
428     Friend WithEvents Label3 As System.Windows.Forms.Label
429     Friend WithEvents Label2 As System.Windows.Forms.Label
430     Friend WithEvents Label4 As System.Windows.Forms.Label
431     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
432     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
433     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
434     Private WithEvents btnSearch As System.Windows.Forms.Button
435     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
436     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
437     Private WithEvents listView1 As System.Windows.Forms.ListView
438     Private WithEvents columnHeader1 As System.Windows.Forms.ColumnHeader
439     Private WithEvents columnHeader3 As System.Windows.Forms.ColumnHeader
440     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
441     Friend WithEvents Label6 As System.Windows.Forms.Label
442     Friend WithEvents Label7 As System.Windows.Forms.Label
443     Friend WithEvents cmbSession1 As System.Windows.Forms.ComboBox
444     Friend WithEvents Label5 As System.Windows.Forms.Label
445     Friend WithEvents Button2 As System.Windows.Forms.Button
446     Friend WithEvents txtSection As System.Windows.Forms.TextBox
447     Friend WithEvents txtClass As System.Windows.Forms.TextBox
448
449 End Class


Gõ tìm kiếm nhanh...